Welcome![Sign In][Sign Up]
Location:
Search - The Game of Life

Search list

[Othergolly-2.4-win

Description: 英国剑桥答数学家提出的生命游戏,给予元胞思想,很形象的演示-Cambridge, UK A mathematician' s Game of Life, the ideology, the very image of the presentation given cellular
Platform: | Size: 3418112 | Author: wanghao | Hits:

[OtherLifeSource

Description: 生命游戏的小程序,包含所有的东西,你可以自己修改程序,等等。-Game of Life program contains all the stuff, you can modify the program, and so on.
Platform: | Size: 29696 | Author: 大帝 | Hits:

[Other Games98

Description: 这是一捆机器人大战的哟西,开始定义了全局变量playerlife和enemylife分别代表了游戏者的生命值和对方的生命值,通过生命值来控制比赛的输赢-This is a bunch of Robot Wars yo West defined the global variable playerlife and enemylife respectively on behalf of the game by the value of life and the other life to control the game' s winning or losing value by the value of life
Platform: | Size: 3072 | Author: 卞超 | Hits:

[androidAgileBuddy

Description: Agile Buddy是一款動作類小遊戲, 使用手機的重力感應器進行操作.\n\n- 左右傾斜手機可以控制主角左右移動, 傾斜角度越大, 主角移動速度越快.\n\n- 不要讓主角接觸到遊戲中的尖刺, 否則主角將損失部分生命值. 當生命值耗完時, 遊戲將結束.\n\n- 不要讓主角掉落到屏幕的下方, 否則遊戲將結束.\n\n- 遊戲分數取決於主角和踏板接觸的次數和遊戲的等級. 您可以將您的個人記錄提交到全球排名的列表中, 期待在這個列表中見到您的大名.-Agile Buddy is an action game, using the phone' s gravity sensor to operate. \ N \ n-about tilting the phone can be controlled the protagonist move around, the greater the tilt angle, the protagonist move faster. \ N \ n-not the protagonist come into contact with the spikes in the game, otherwise the protagonist will lose part of the value of life. depletion when the value of life, the game will end. \ n \ n- do not let the lead drop to the bottom of the screen, otherwise the game will end. \ n \ n-game score depends on the protagonist and pedal contact number and level of the game, looking forward to see your name in the list, you can record your personal list submitted to the global ranking.
Platform: | Size: 2442240 | Author: 李宁 | Hits:

[JSP/JavaJava-game

Description: 小游戏的普及是我们生活丰富多彩,扫雷游戏大多数人都玩过,那么看看它的开发原理吧-The popularity of games our life colorful, most people have played minesweeper game, then look at its development principle of it
Platform: | Size: 14336 | Author: 霍文敏 | Hits:

[Software EngineeringHAXIBAIO.ZIP

Description: 利用哈希表做个生命游戏,必须使用哈希表才可以的,是一个简单的控制台的java生命游戏,欢迎改进-Use a hash table to be a game of life, you must use a hash table can, is a simple java console Game of Life, welcomed the improved
Platform: | Size: 155648 | Author: 中成微 | Hits:

[Data structsACM

Description: acm超级经典的算法。内容包括河内塔 费式数列 巴斯卡三角形 三色棋 老鼠走迷官(一) 老鼠走迷官(二) 骑士走棋盘 八个皇后 八枚银币 生命游戏 字串核对 双色、三色河内塔 背包问题(Knapsack Problem) 数、运算 蒙地卡罗法求 PI 等等。-acm super classic algorithms. Including Hanoi Tower Fei-style Liebasika triangle tricolor chess mice gone astray officer (a) mice have gone astray officer (two) Knight walked eight queens eight silver checkerboard game of life string matching color, three-color Towers of Hanoi knapsack problem (Knapsack Problem), calculating the Monte Carlo method for the PI and so on.
Platform: | Size: 444416 | Author: cyj | Hits:

[Other Riddle gamesdaima

Description: 用VHDL语言实现的打砖块游戏 游戏特点有: 不同难度级别、 计分功能、 生命值、 绚丽结束画面、 砖块形转方便修改、 随机发射速度、 挡板不同位置反射角不同、 小球速度、挡板宽度可变 通过FPGA实验板和VGA测试。-With VHDL Game features include: different difficulty levels, scoring function, the value of life, brilliant ending screen, brick-shaped turn facilitate changes randomly launch speed, the angle of reflection baffle different locations different from ball speed, baffle width change through the FPGA experimental board and VGA testing.
Platform: | Size: 850944 | Author: muname | Hits:

[Otherlifegame

Description: its game of life. in it, cells with ones are alive, while cells with zeros are dead. for the next generation, the new value of a cell depends on the rules: living cell with one or zero neighbors will die living cells with two or three neighbors will survive living cells with four or more neighbors will die empty cells with three neighbors will come to life.-its game of life. in it, cells with ones are alive, while cells with zeros are dead. for the next generation, the new value of a cell depends on the rules: living cell with one or zero neighbors will die living cells with two or three neighbors will survive living cells with four or more neighbors will die empty cells with three neighbors will come to life.
Platform: | Size: 1024 | Author: augchen | Hits:

[Other Riddle gamesVBlifegame

Description: VB编的生命游戏,生命游戏是人类实现人工智能最经典的程序之一,它通过计算机模拟了生物生存、繁衍、竞争、死亡的整个过程,使人类在人工智能方面迈进了最重要的一步。-VB series Game of Life Game of Life is a human artificial intelligence to achieve one of the most classic program , which through computer simulations of biological survival, reproduction , competition, and the death of the entire process, so that human artificial intelligence towards the most important step.
Platform: | Size: 12288 | Author: 李桑 | Hits:

[JSP/JavaGame

Description: 使用策略模式实现一个小游戏,要求如下: 1. 游戏中有三个角色:和尚,侠女,忍者; 2. 每个角色都有生命值和魔法值,但各角色不同。 3. 各角色外观不同。 4. 每个角色具有魔法攻击和物理攻击; 5. 物理攻击有三种:用刀、用剑、用手; 6. 魔法攻击也有三种:火系魔法、金系魔法、水系魔法; 7. 各角色可以动态更换物理、魔法攻击方式,也可以动态选择攻击方法。-Use strategy model to achieve a small game, the following: 1 The game has three roles: monk, A Touch of Zen, ninja 2 each character has life and mana, but each character is different. 3- The role of different looks. 4 Each character has magical attacks and physical attacks five physical attacks, there are three: a knife, sword, hand 6 also has three magic attacks: Fire Magic, Golden Magic, Water Magic 7 each. Roles can be dynamically changing physical and magic attacks, you can dynamically select attack.
Platform: | Size: 1969152 | Author: 刘波 | Hits:

[matlabcell_auto_program

Description: 元胞自动机的大部分程序,包括元胞自动机生成sierpinski直角垫片 ,在六边形的元胞自动机上模拟单粒子运动,算法是基于FHP规则.以及元胞自动机模拟地球卫星的云图 ,元胞以固定的概率向相邻的4个元胞扩散 zz问题,元胞自动机模拟地球卫星的云图 ,以及生命游戏,机器人等程序-Cellular automata most programs, including cellular automata generate sierpinski Cartesian pads, analog single particle motion in the hexagonal cellular automata, FHP is based on rules. Well as cellular automata simulation Earth satellite imagery , cellular fixed probability to four adjacent cellular proliferation zz problems, cellular automata simulation Earth satellite imagery, as well as Game of Life, robots and other procedures
Platform: | Size: 7168 | Author: llp | Hits:

[Program docwar3_custom-key_v100

Description: war3 custom key 名為魔獸快捷修改程式,魔獸快捷鍵 把顯示血條(血條常駐、隨時顯示生命值計量條)功能加回來 優化 Tray Icon 功能 .可自訂啟動/暫停鍵 .修改部分程式碼 .加入遊戲中啟動音效-war3 custom key shortcut modification program called Warcraft, Warcraft shortcut to display the blood of the (blood of the resident, at any time to display the value of life is measured strip) feature added back function optimization Tray Icon. Customizable Start/Pause button. Modify some code. Join the game to start audio
Platform: | Size: 193536 | Author: 張小揮 | Hits:

[Game EngineYouXiYinTingYuanLi

Description: 角色扮演游戏(RPG)是深受广大游戏迷们喜爱的一种游戏, 它以独特的互动性和故事性吸引了无数的玩家。它向人们提供了超出现实生活的广阔的虚拟世界,使人们能够尝试扮演不同的角色,去经历和体验各种不同的人生旅程或奇幻经历。这些体验都是在现实生活中无法实现的。在玩过许多游戏后,许多玩家都不再仅仅满足于一个游戏玩家的身份,而会思考游戏是如何制作的,并且打算制作一个自己的游戏,网上的各种游戏制作小组更是如雨后春笋般涌现。下面我就给大家介绍一下角色扮演游戏引擎的原理与制作,希望能对游戏制作爱好者有所帮助。-Role-playing game (RPG) is a game fans loved by the majority of a game, it is a unique interactivity and narrative attracted numerous players. It is to provide people with the reality of life beyond the vast virtual world, so that people can try to play different roles, to experience and to experience a variety of life s journey or fantasy experience. These experiences are in real life can not be achieved. In many games played, many players are no longer satisfied merely a gamer s identity, but will think about how games are made​ ​ , and intends to make its own games, online games production team is sprung emerge. Now I ll tell you about the principles of role-playing game engine and production, hoping to make the game lovers to help.
Platform: | Size: 9216 | Author: 刘德华 | Hits:

[Game Programgameoflife100

Description: game of life in c++ code. so enjoy the sharing is caring.
Platform: | Size: 1024 | Author: earcherst | Hits:

[Otherlife-game

Description: 演示100×100个生命细胞初始状态全为生时的变代情况,变化时边缘细胞不参与变化。随着迭代次数的不同,在屏幕显示的图案精彩纷呈,像万花筒般引人入胜-Demonstrate 100 x 100 life cells initial state all the change of the living, edge cells do not participate in changes.As the number of iterations, the screen shows the patterns of the brilliant, like a kaleidoscope
Platform: | Size: 3072 | Author: wangyanhong | Hits:

[ConsoleYGO

Description: 一个游戏王软件的控制台实现,具有查看卡组和对战的功能,能够实现自动计算生命值的功能-A game console software king realized with viewing deck and multiplayer capability, can automatically calculate the value of life functions
Platform: | Size: 2002944 | Author: 徐垣 | Hits:

[Other GamesGol20080124

Description: 生命游戏,由matlab作为开发环境,带有源码,可实现相应的图形显示。-Game of Life, by matlab as a development environment with source code, can achieve the appropriate graphics.
Platform: | Size: 18432 | Author: 爽爽 | Hits:

[Internet-NetworkLife

Description: Another version of the game Life. The ability to start to use the network as a client server application .
Platform: | Size: 21504 | Author: NIch | Hits:

[CSharpDafuweng

Description: 现在要设计一个类似“大富翁”的游戏:有一条由20个格子组成的环形跑道, 其中一个格子是起点; 两只小老鼠都从起点按相反方向出发,一只老鼠 按正方向前进且每轮前进4格,另一只老鼠按逆方向 前进且每轮前进3格; 每只老鼠出发时都有100点生命值和100个金币; 跑道由普通格子、带金币 格子、带陷阱格子、带障碍格子的格子等四种种格子组成; 游戏规则如下: a)起点是普通格子 任何普通格子老鼠可顺利通过; b)老鼠每路过或停留在一个带金币格子增加50个金币; c)老鼠停留在带陷阱格子时,损失生命值80点; d)老鼠路过带障碍格子时,本轮停止前进。-Now you want to design a similar " Monopoly" game: There are a circular track composed by the 20 lattice, which is the starting point for a grid two little mice are in the opposite direction the starting point, a mouse forward and each positive direction 4 wheel forward grid, the other mice in reverse direction and each round advancing 3 spaces have 100 hit points and 100 gold coins each rat departure the runway by a common grid, with gold lattice, with lattice trap with Obstacles lattice grid lattice composed of a variety of other four rules of the game are as follows: a) The starting point is the general grid any ordinary mouse can be passed lattice b) passing through or staying in each rat with a gold lattice increase 50 coins c) mice stay When lattice with traps, the loss of life value of 80 points d) When passing the mouse with obstacles plaid round stops.
Platform: | Size: 1024 | Author: | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 15 »

CodeBus www.codebus.net